home *** CD-ROM | disk | FTP | other *** search
- *** amiga_screen.c Thu Sep 15 01:06:37 1994
- --- amiga_screen.c! Tue Aug 30 13:28:15 1994
- ***************
- *** 888,899 ****
- while (amsg = (struct AppMessage *)GetMsg(wbport))
- switch (amsg->am_Type)
- {
- ! case AMTYPE_APPICON: case AMTYPE_APPWINDOW:
- /* Add an event for all these files */
- for (i = 0; i < amsg->am_NumArgs; i++) add_wbevent(amsg->am_ArgList + i);
- wb_event = TRUE;
- /* Reply to the message, and deiconify if was icon */
- ! deiconify = amsg->am_Type == AMTYPE_APPICON;
- ReplyMsg(amsg);
- if (deiconify && emacs_icon)
- /* Reopen window */
- --- 888,899 ----
- while (amsg = (struct AppMessage *)GetMsg(wbport))
- switch (amsg->am_Type)
- {
- ! case MTYPE_APPICON: case MTYPE_APPWINDOW:
- /* Add an event for all these files */
- for (i = 0; i < amsg->am_NumArgs; i++) add_wbevent(amsg->am_ArgList + i);
- wb_event = TRUE;
- /* Reply to the message, and deiconify if was icon */
- ! deiconify = amsg->am_Type == MTYPE_APPICON;
- ReplyMsg(amsg);
- if (deiconify && emacs_icon)
- /* Reopen window */
-